home *** CD-ROM | disk | FTP | other *** search
- #ifndef _GLN_GLNFNC_H
- #define _GLN_GLNFNC_H
-
- #define GLN_CANCEL (40)
- #define GLN_CR (41)
- #define GLN_TAB (42)
- #define GLN_SIDEWORK (43) /* サイドワーク */
-
- #define GLN_CUR_UP (80)
- #define GLN_CUR_DOWN (82)
- #define GLN_CUR_LEFT (83)
- #define GLN_CUR_RIGHT (84)
- #define GLN_TOPOFLINE (85)
- #define GLN_LASTOFLINE (86)
- #define GLN_HIS_PREV (87)
- #define GLN_HIS_NEXT (88)
- #define GLN_HIS_DUP (89)
- #define GLN_HIS_SET (90)
- #define GLN_UNDO (91)
-
- #define GLN_DEL_CHAR (121)
- #define GLN_BS (122)
- #define GLN_DEL_LINE (123)
- #define GLN_DEL_RIGHT (124)
- #define GLN_DEL_LEFT (125)
-
- #define GLN_SELECT (161)
- #define GLN_CUT (162)
- #define GLN_COPY (163)
- #define GLN_PAST (164)
- #define GLN_CUTBS (165)
- #define GLN_CUTINS (166)
-
- #define GLN_PFX (255)
-
- #endif
-